func net.xtoi2

6 uses

	net (current package)
		interface_linux.go#L236: 					b[i/2], _ = xtoi2(f[0][i:i+2], 0)
		interface_linux.go#L262: 				b[i/2], _ = xtoi2(f[2][i:i+2], 0)
		mac.go#L54: 			if hw[i], ok = xtoi2(s[x:], s[2]); !ok {
		mac.go#L70: 			if hw[i], ok = xtoi2(s[x:x+2], 0); !ok {
		mac.go#L73: 			if hw[i+1], ok = xtoi2(s[x+2:], s[4]); !ok {
		parse.go#L167: func xtoi2(s string, e byte) (byte, bool) {